docs: fix quotes in example
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 6 Feb 2014 15:54:42 +0000 (10:54 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 6 Feb 2014 15:55:12 +0000 (10:55 -0500)
gtk/gtklabel.c

index 16a04f153ee76cebcecbdc4ac31138246ae5ccb8..d0b5908666d23b8f03b86db4b26d989b1456cadb 100644 (file)
  * An example looks like this:
  *
  * |[<!-- language="C" -->
- * gtk_label_set_markup (label, "Go to the <a href="http://www.gtk.org" title="&lt;i&gt;Our&lt;/i&gt; website">GTK+ website</a> for more...");
+ * gtk_label_set_markup (label, "Go to the <a href=\"http://www.gtk.org title="&lt;i&gt;Our&lt;/i&gt; website\">GTK+ website</a> for more...");
  * ]|
  *
  * It is possible to implement custom handling for links and their tooltips with